home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE09 / CODERS / METHDFRM.DFM / METHDFRM.txt
Text File  |  1996-03-20  |  2KB  |  117 lines

  1. object MethGenFrm: TMethGenFrm
  2.   Left = 361
  3.   Top = 36
  4.   Width = 510
  5.   Height = 542
  6.   Caption = 'Method Generator'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   PixelsPerInch = 96
  12.   OnCreate = FormCreate
  13.   TextHeight = 16
  14.   object CenterBevel: TBevel
  15.     Left = 0
  16.     Top = 57
  17.     Width = 498
  18.     Height = 405
  19.     Align = alClient
  20.     Style = bsRaised
  21.   end
  22.   object TopBevel: TBevel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 498
  26.     Height = 57
  27.     Align = alTop
  28.     Style = bsRaised
  29.   end
  30.   object ClassNameEdit: TEdit
  31.     Left = 24
  32.     Top = 16
  33.     Width = 289
  34.     Height = 24
  35.     TabOrder = 0
  36.   end
  37.   object ClassNameAcquireBtn: TButton
  38.     Left = 328
  39.     Top = 8
  40.     Width = 153
  41.     Height = 33
  42.     Caption = 'Acquire Class &Name'
  43.     TabOrder = 1
  44.     OnClick = ClassNameAcquireBtnClick
  45.   end
  46.   object BottomPanel: TPanel
  47.     Left = 0
  48.     Top = 462
  49.     Width = 498
  50.     Height = 49
  51.     Align = alBottom
  52.     TabOrder = 6
  53.     object ExitBtn: TButton
  54.       Left = 360
  55.       Top = 8
  56.       Width = 113
  57.       Height = 33
  58.       Caption = 'E&xit'
  59.       TabOrder = 0
  60.       OnClick = ExitBtnClick
  61.     end
  62.     object OnTopBtn: TButton
  63.       Left = 224
  64.       Top = 8
  65.       Width = 113
  66.       Height = 33
  67.       TabOrder = 1
  68.       OnClick = OnTopBtnClick
  69.     end
  70.   end
  71.   object MethodsMemo: TMemo
  72.     Left = 16
  73.     Top = 72
  74.     Width = 473
  75.     Height = 129
  76.     ScrollBars = ssBoth
  77.     TabOrder = 2
  78.     WordWrap = False
  79.   end
  80.   object MethodsAquireBtn: TButton
  81.     Left = 16
  82.     Top = 216
  83.     Width = 161
  84.     Height = 33
  85.     Caption = 'Acquire &Methods'
  86.     TabOrder = 3
  87.     OnClick = MethodsAquireBtnClick
  88.   end
  89.   object MethodsGenBtn: TButton
  90.     Left = 20
  91.     Top = 416
  92.     Width = 157
  93.     Height = 33
  94.     Caption = '&Generate Skeletons'
  95.     TabOrder = 4
  96.     OnClick = MethodsGenBtnClick
  97.   end
  98.   object PasteBtn: TButton
  99.     Left = 360
  100.     Top = 416
  101.     Width = 121
  102.     Height = 33
  103.     Caption = '&Paste'
  104.     TabOrder = 5
  105.     OnClick = PasteBtnClick
  106.   end
  107.   object SkeletonsMemo: TMemo
  108.     Left = 16
  109.     Top = 264
  110.     Width = 473
  111.     Height = 137
  112.     ScrollBars = ssBoth
  113.     TabOrder = 7
  114.     WordWrap = False
  115.   end
  116. end
  117.